[INFO] cloning repository https://github.com/ChosunOne/burn_template
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ChosunOne/burn_template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChosunOne%2Fburn_template", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChosunOne%2Fburn_template'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 456c63f3c41dd39e4935e570e0c4446ab92f67c2
[INFO] checking ChosunOne/burn_template against 40527f3e444fde1deb361751bdef9b9e11d1b971+rustflags=--cfg crater_hack --force-warn invalid-c-variadic-arguments for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChosunOne%2Fburn_template" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ChosunOne/burn_template
[INFO] finished tweaking git repo https://github.com/ChosunOne/burn_template
[INFO] tweaked toml for git repo https://github.com/ChosunOne/burn_template written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ChosunOne/burn_template on toolchain 40527f3e444fde1deb361751bdef9b9e11d1b971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ChosunOne/burn_template already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `burn_template` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc2/source/target/.../burn_template
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `burn-template`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 - name = "burn_template"
[INFO] [stderr] 10 + name = "burn-template"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `burn-template`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:11:19
[INFO] [stderr]    |
[INFO] [stderr] 11 ~ version = "0.1.0"
[INFO] [stderr] 12 + [[bin]]
[INFO] [stderr] 13 + name = "burn-template"
[INFO] [stderr] 14 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `burn_template` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 333fc195dd992a11971d57aad097ca2cc0b6f09cbf1ece7a70fbc5cef3b79d4d
[INFO] running `Command { std: "docker" "start" "333fc195dd992a11971d57aad097ca2cc0b6f09cbf1ece7a70fbc5cef3b79d4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "333fc195dd992a11971d57aad097ca2cc0b6f09cbf1ece7a70fbc5cef3b79d4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "333fc195dd992a11971d57aad097ca2cc0b6f09cbf1ece7a70fbc5cef3b79d4d" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "333fc195dd992a11971d57aad097ca2cc0b6f09cbf1ece7a70fbc5cef3b79d4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "333fc195dd992a11971d57aad097ca2cc0b6f09cbf1ece7a70fbc5cef3b79d4d" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `burn_template` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../burn_template
[INFO] [stderr]    |                          ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `burn-template`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 - name = "burn_template"
[INFO] [stderr] 10 + name = "burn-template"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `burn-template`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:11:19
[INFO] [stderr]    |
[INFO] [stderr] 11 ~ version = "0.1.0"
[INFO] [stderr] 12 + [[bin]]
[INFO] [stderr] 13 + name = "burn-template"
[INFO] [stderr] 14 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `burn_template` (manifest) generated 1 warning
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]    Compiling serde v1.0.200
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking zerocopy v0.7.33
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling thiserror v1.0.59
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking either v1.11.0
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]     Checking unicode-width v0.1.12
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]    Compiling cc v1.0.96
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling ash v0.37.3+1.3.251
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]    Compiling khronos-egl v6.0.0
[INFO] [stderr]    Compiling rustversion v1.0.15
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]    Compiling wgpu-hal v0.19.4
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.1.2
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking libloading v0.8.3
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking bytemuck v1.15.0
[INFO] [stderr]     Checking hexf-parse v0.2.1
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]     Checking unicode-xid v0.2.4
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]    Compiling wgpu-core v0.19.4
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking parking_lot v0.12.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking flate2 v1.0.30
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking wgpu-types v0.19.2
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking profiling v1.0.15
[INFO] [stderr]     Checking gix-trace v0.1.9
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking raw-window-handle v0.6.1
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking renderdoc-sys v1.1.0
[INFO] [stderr]     Checking glow v0.13.1
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking weezl v0.1.8
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.7
[INFO] [stderr]     Checking flume v0.11.0
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking fdeflate v0.3.4
[INFO] [stderr]    Compiling wgpu v0.19.4
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking bit_field v0.10.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling libsqlite3-sys v0.27.0
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking fastrand v2.1.0
[INFO] [stderr]     Checking time-core v0.1.2
[INFO] [stderr]     Checking lebe v0.5.2
[INFO] [stderr]     Checking num-conv v0.1.0
[INFO] [stderr]     Checking md5 v0.7.0
[INFO] [stderr]     Checking png v0.17.13
[INFO] [stderr]     Checking gif v0.13.1
[INFO] [stderr]     Checking uuid v1.8.0
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking rmp v0.8.14
[INFO] [stderr]     Checking r2d2 v0.8.10
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking pollster v0.3.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.12
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking crossterm v0.27.0
[INFO] [stderr]     Checking nvml-wrapper-sys v0.7.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking unicode-segmentation v1.11.0
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]     Checking bytesize v1.3.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stderr]     Checking jpeg-decoder v0.3.1
[INFO] [stderr]     Checking sysinfo v0.30.11
[INFO] [stderr]     Checking sanitize-filename v0.5.0
[INFO] [stderr]     Checking systemstat v0.2.3
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]    Compiling darling_core v0.20.8
[INFO] [stderr]    Compiling serde_derive v1.0.200
[INFO] [stderr]    Compiling thiserror-impl v1.0.59
[INFO] [stderr]    Compiling derive-new v0.6.0
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]    Compiling stability v0.1.1
[INFO] [stderr]    Compiling burn-derive v0.13.2
[INFO] [stderr]     Checking tracing-appender v0.2.3
[INFO] [stderr]     Checking strum v0.25.0
[INFO] [stderr]    Compiling darling_macro v0.20.8
[INFO] [stderr]    Compiling darling v0.20.8
[INFO] [stderr]    Compiling wrapcenum-derive v0.4.1
[INFO] [stderr]     Checking nvml-wrapper v0.9.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking burn-common v0.13.2
[INFO] [stderr]     Checking faster-hex v0.9.0
[INFO] [stderr]     Checking rmp-serde v1.3.0
[INFO] [stderr]     Checking csv v1.3.0
[INFO] [stderr]     Checking bincode v2.0.0-rc.3
[INFO] [stderr]     Checking gix-hash v0.13.3
[INFO] [stderr]     Checking gix-features v0.36.1
[INFO] [stderr]     Checking exr v1.72.0
[INFO] [stderr]     Checking gix-fs v0.8.1
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking hashlink v0.8.4
[INFO] [stderr]     Checking burn-tensor v0.13.2
[INFO] [stderr]     Checking gpu-descriptor v0.2.4
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking lru v0.12.3
[INFO] [stderr]     Checking ratatui v0.25.0
[INFO] [stderr]     Checking gix-tempfile v11.0.1
[INFO] [stderr]     Checking text_placeholder v0.5.0
[INFO] [stderr]     Checking burn-compute v0.13.2
[INFO] [stderr]     Checking rusqlite v0.30.0
[INFO] [stderr]     Checking naga v0.19.2
[INFO] [stderr]     Checking serde_rusqlite v0.34.0
[INFO] [stderr]     Checking r2d2_sqlite v0.23.0
[INFO] [stderr]     Checking burn-fusion v0.13.2
[INFO] [stderr]     Checking burn-autodiff v0.13.2
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking burn-jit v0.13.2
[INFO] [stderr]     Checking burn-dataset v0.13.2
[INFO] [stderr]     Checking burn-wgpu v0.13.2
[INFO] [stderr]     Checking burn-core v0.13.2
[INFO] [stderr]     Checking burn-train v0.13.2
[INFO] [stderr]     Checking burn v0.13.2
[INFO] [stderr]     Checking burn_template v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/model/classification.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 | /         Model {
[INFO] [stdout] 58 | |             activation: Relu::new(),
[INFO] [stdout] 59 | |             dropout: DropoutConfig::new(self.dropout).init(),
[INFO] [stdout] 60 | |             ..todo!()
[INFO] [stdout]    | |               ------- any code following this expression is unreachable
[INFO] [stdout] 61 | |         }
[INFO] [stdout]    | |_________^ unreachable expression
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/model/classification.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 | /         Model {
[INFO] [stdout] 58 | |             activation: Relu::new(),
[INFO] [stdout] 59 | |             dropout: DropoutConfig::new(self.dropout).init(),
[INFO] [stdout] 60 | |             ..todo!()
[INFO] [stdout]    | |               ------- any code following this expression is unreachable
[INFO] [stdout] 61 | |         }
[INFO] [stdout]    | |_________^ unreachable expression
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/model/regression.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 | /         Model {
[INFO] [stdout] 58 | |             activation: Relu::new(),
[INFO] [stdout] 59 | |             dropout: DropoutConfig::new(self.dropout).init(),
[INFO] [stdout] 60 | |             ..todo!()
[INFO] [stdout]    | |               ------- any code following this expression is unreachable
[INFO] [stdout] 61 | |         }
[INFO] [stdout]    | |_________^ unreachable expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/model/regression.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 | /         Model {
[INFO] [stdout] 58 | |             activation: Relu::new(),
[INFO] [stdout] 59 | |             dropout: DropoutConfig::new(self.dropout).init(),
[INFO] [stdout] 60 | |             ..todo!()
[INFO] [stdout]    | |               ------- any code following this expression is unreachable
[INFO] [stdout] 61 | |         }
[INFO] [stdout]    | |_________^ unreachable expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `items`
[INFO] [stdout]   --> src/data/classification.rs:31:21
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn batch(&self, items: Vec<DatasetItem>) -> Batch<B> {
[INFO] [stdout]    |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_items`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `index`
[INFO] [stdout]   --> src/data/classification.rs:53:19
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn get(&self, index: usize) -> Option<DatasetItem> {
[INFO] [stdout]    |                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `items`
[INFO] [stdout]   --> src/data/classification.rs:31:21
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn batch(&self, items: Vec<DatasetItem>) -> Batch<B> {
[INFO] [stdout]    |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_items`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `index`
[INFO] [stdout]   --> src/data/classification.rs:53:19
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn get(&self, index: usize) -> Option<DatasetItem> {
[INFO] [stdout]    |                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `items`
[INFO] [stdout]   --> src/data/regression.rs:31:21
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn batch(&self, items: Vec<DatasetItem>) -> Batch<B> {
[INFO] [stdout]    |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `index`
[INFO] [stdout]   --> src/data/regression.rs:53:19
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn get(&self, index: usize) -> Option<DatasetItem> {
[INFO] [stdout]    |                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `items`
[INFO] [stdout]   --> src/data/regression.rs:31:21
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn batch(&self, items: Vec<DatasetItem>) -> Batch<B> {
[INFO] [stdout]    |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `index`
[INFO] [stdout]   --> src/data/regression.rs:53:19
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn get(&self, index: usize) -> Option<DatasetItem> {
[INFO] [stdout]    |                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `inputs`
[INFO] [stdout]   --> src/model/classification.rs:18:27
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn forward(&self, inputs: Tensor<B, 1>) -> Tensor<B, 2> {
[INFO] [stdout]    |                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_inputs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `inputs`
[INFO] [stdout]   --> src/model/classification.rs:18:27
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn forward(&self, inputs: Tensor<B, 1>) -> Tensor<B, 2> {
[INFO] [stdout]    |                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_inputs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device`
[INFO] [stdout]   --> src/model/classification.rs:56:36
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn init<B: Backend>(&self, device: &B::Device) -> Model<B> {
[INFO] [stdout]    |                                    ^^^^^^ help: if this is intentional, prefix it with an underscore: `_device`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device`
[INFO] [stdout]   --> src/model/classification.rs:56:36
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn init<B: Backend>(&self, device: &B::Device) -> Model<B> {
[INFO] [stdout]    |                                    ^^^^^^ help: if this is intentional, prefix it with an underscore: `_device`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `inputs`
[INFO] [stdout]   --> src/model/regression.rs:21:27
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn forward(&self, inputs: Tensor<B, 1>) -> Tensor<B, 2> {
[INFO] [stdout]    |                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_inputs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `inputs`
[INFO] [stdout]   --> src/model/regression.rs:21:27
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn forward(&self, inputs: Tensor<B, 1>) -> Tensor<B, 2> {
[INFO] [stdout]    |                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_inputs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device`
[INFO] [stdout]   --> src/model/regression.rs:56:36
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn init<B: Backend>(&self, device: &B::Device) -> Model<B> {
[INFO] [stdout]    |                                    ^^^^^^ help: if this is intentional, prefix it with an underscore: `_device`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device`
[INFO] [stdout]   --> src/model/regression.rs:56:36
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn init<B: Backend>(&self, device: &B::Device) -> Model<B> {
[INFO] [stdout]    |                                    ^^^^^^ help: if this is intentional, prefix it with an underscore: `_device`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `device` is never read
[INFO] [stdout]   --> src/data/classification.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct DatasetBatcher<B: Backend> {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 15 |     device: B::Device,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DatasetBatcher` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `device` is never read
[INFO] [stdout]   --> src/data/regression.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct DatasetBatcher<B: Backend> {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 15 |     device: B::Device,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DatasetBatcher` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `device` is never read
[INFO] [stdout]   --> src/data/classification.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct DatasetBatcher<B: Backend> {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 15 |     device: B::Device,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DatasetBatcher` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `device` is never read
[INFO] [stdout]   --> src/data/regression.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct DatasetBatcher<B: Backend> {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 15 |     device: B::Device,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DatasetBatcher` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 43s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wgpu v0.19.4, wgpu-core v0.19.4, wgpu-hal v0.19.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "333fc195dd992a11971d57aad097ca2cc0b6f09cbf1ece7a70fbc5cef3b79d4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "333fc195dd992a11971d57aad097ca2cc0b6f09cbf1ece7a70fbc5cef3b79d4d", kill_on_drop: false }`
[INFO] [stdout] 333fc195dd992a11971d57aad097ca2cc0b6f09cbf1ece7a70fbc5cef3b79d4d
